Package pl. wendigo. chrome. api. memory
Contains DevTools Protocol Memory domain implementation accessible via MemoryDomain class.
Types
GetAllTimeSamplingProfileResponse
Link copied to clipboard
GetBrowserSamplingProfileResponse
Link copied to clipboard
GetDOMCountersResponse
Link copied to clipboard
data class GetDOMCountersResponse(documents: Int, nodes: Int, jsEventListeners: Int)
Content copied to clipboard
Represents response frame that is returned from Memory#getDOMCounters operation call.
GetSamplingProfileResponse
Link copied to clipboard
MemoryDomain
Link copied to clipboard
PressureLevel
Link copied to clipboard
SamplingProfile
Link copied to clipboard
data class SamplingProfile(samples: List<SamplingProfileNode>, modules: List<Module>)
Content copied to clipboard
SamplingProfileNode
Link copied to clipboard
data class SamplingProfileNode(size: Double, total: Double, stack: List<String>)
Content copied to clipboard
SetPressureNotificationsSuppressedRequest
Link copied to clipboard
data class SetPressureNotificationsSuppressedRequest(suppressed: Boolean)
Content copied to clipboard
Represents request frame that can be used with Memory#setPressureNotificationsSuppressed operation call.
SimulatePressureNotificationRequest
Link copied to clipboard
StartSamplingRequest
Link copied to clipboard
data class StartSamplingRequest(samplingInterval: Int?, suppressRandomness: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Memory#startSampling operation call.